github.com/jinzhu/inflection.Regular.find (field)

7 uses

	github.com/jinzhu/inflection (current package)
		inflections.go#L38: 	find    string
		inflections.go#L157: 			inflection{regexp: regexp.MustCompile(strings.ToUpper(value.find)), replace: strings.ToUpper(value.replace)},
		inflections.go#L158: 			inflection{regexp: regexp.MustCompile(value.find), replace: value.replace},
		inflections.go#L159: 			inflection{regexp: regexp.MustCompile("(?i)" + value.find), replace: value.replace},
		inflections.go#L167: 			inflection{regexp: regexp.MustCompile(strings.ToUpper(value.find)), replace: strings.ToUpper(value.replace)},
		inflections.go#L168: 			inflection{regexp: regexp.MustCompile(value.find), replace: value.replace},
		inflections.go#L169: 			inflection{regexp: regexp.MustCompile("(?i)" + value.find), replace: value.replace},